home *** CD-ROM | disk | FTP | other *** search
/ Aminet 25 / Aminet 25 (1998)(GTI - Schatztruhe)[!][Jun 1998].iso / Aminet / hard / hack / ppazip.lha / ppazip / DOSDrivers / ZIP0 < prev    next >
Encoding:
Text File  |  1998-03-09  |  432 b   |  25 lines

  1. /* $VER: ZIP0 40.1 (31.8.93)
  2.  *
  3.  * ZIP file system entry
  4.  *
  5.  * This file enables FastFileSystem on a 100M ZIP cartridge.
  6.  */
  7.  
  8. FileSystem    = L:FastFileSystem
  9. Flags        = 0
  10. Surfaces    = 1
  11. BlocksPerTrack    = 68
  12. Reserved    = 2
  13. Interleave    = 0
  14. LowCyl        = 2
  15. HighCyl        = 2890
  16. Buffers        = 30
  17. BufMemType    = 0
  18. StackSize    = 600
  19. Priority    = 10
  20. GlobVec        = -1
  21. DosType        = 0x444F5301
  22.  
  23. /* The Device and Unit fields are controlled by tooltypes in the ZIP0 icon.
  24.  */
  25.